home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 08 / 3 / 4 / M.GTH < prev    next >
Text File  |  1987-03-07  |  4KB  |  87 lines

  1. [M]                    [MEMORY] Commands
  2.  
  3.   Some basic rules about the GRAPHTIME-II memories (0 to 5):
  4.    Each memory can hold up to 365 data points together with type, labels etc.
  5.  
  6.    Memory 0: This is the main working memory from which all graphs are created.
  7.              (The exception is the 3-D Block chart which uses memories 1-4.)
  8.              The results of any calculation will be written to memory 0.
  9.              All stats. calculations are based on memory 0 data.
  10.    Memory 1. This is the "backup" memory.  When a file is loaded from disk,
  11.              the data is copied to both memory 0 and memory 1.  Any alterations
  12.              to memory 0 can be restored by either using the UNDO key (Fn 4),
  13.              or transferring data from memory 1 back into memory 0.
  14.    Memories 2 & 3: Can be used to temporarily store data files or results of
  15.              calculations. Access is via the Memory Load and Transfer commands.
  16.              Also used to hold random data pairs for files larger than 365
  17.              points. (Max. random file size is 730 data points.)
  18.    Memories 4 & 5: Used internally for some commands such as Join and Stacked
  19.             columns.  Can be used with caution.  Memory 4 is used with the
  20.             3-D block chart. Memory 5 is used for X data values for X-Y paired
  21.             random (other) data.
  22.  
  23. Subcommands:
  24.  
  25. Blank Contents Date Exchange Load Max Newscale Statistics Transfer Value Zero
  26.  
  27. Blank  [MB]
  28.     Blanks the screen without altering data in memory or current scale
  29.     settings.  The grid is not displayed.
  30.  
  31. Contents  [MCn]
  32.     Displays on the screen the data points in any one of the six
  33.     memories (0-5).     e.g.  MC0       MC3
  34.     If Alter Pan [APn] has been used, MC will display points starting at the 
  35.     Pan value. If the memory contains more than 63 values, use the + and - keys
  36.     to jump backwards and forwards (one page at a time).
  37.  
  38. Date    [MDnn]
  39.     Takes the current system date and displays it at any selected location on
  40.     the screen in DD-MM-YYYY format. Parameters are: line number and column
  41.     starting position.   e.g.  MD15<RTN>28<RTN>
  42.  
  43. Exchange [MEnn]
  44.     Swap the values and labels between any two memories.  For random data,
  45.     exchanging memories 0 and 5 essentially swaps all X and Y values. In this
  46.     case the X and Y labels are also exchanged.
  47.  
  48. Load    [MLx]
  49.        1. Load a named data file from disk into memories 0 and 1.
  50.            e.g.  MLSALES<RTN> (ML is the same as the FL command.)
  51.     or 2. Load data from a memory (1-5) into memory 0.   e.g.  ML2<RTN>
  52.         Avoid using numbers as filenames.
  53.  
  54. Max     [MMn]
  55.     Set the end or maximum number of data points in the selected memory. Max
  56.     may be in the range 0 to 365. (0 to 730 for random data files)
  57.     When a file is loaded, the max. is set to match the number of data points.
  58.     The MM command can override this.
  59.  
  60. Newscale [MN]
  61.     Resets all current scales but leaves data in memory. The screen may need
  62.     to be cleared [MB] for the next graph if the data has been modified or
  63.     appended.
  64.  
  65. Statistics [MS]
  66.     Statisics on the data currently in memory 0 are calculated and displayed
  67.     in a window placed at the upper right of the graph frame.  This stats.
  68.     window may be removed immediately with the UNDO key (Fn 4).  The stats.
  69.     are: Low, High, Total, Mean, Standard Deviation and XY Correlation.
  70.     (XY Correlation has a useful meaning only for X-Y paired (Other) data.)
  71.     Note: Random paired (other) data must be sorted into order before MS
  72.           will display a correct result.
  73.  
  74. Transfer   [MTn]
  75.     Copy data from memory 0 to memory 1,2,3,4 or 5. This is useful for temporary    storage of a data file (or results of a calculation) while another file is
  76.     loaded from disk into memories 0,1.  (Normally only memories 2 & 3 are used
  77.     this way.)  Setting up data for a 3-D block chart also uses the MT command.
  78.      e.g.s  MT3    MT4
  79.  
  80. Value      [MVx]
  81.     Display the exact Y value at a given X value or Date.  e.g.  MV 4/86<RTN>
  82.  
  83. Zero       [MZn]   ( n = 0-5 )
  84.     Zero data values in selected memory and set max. to 0.   e.g.  MZ1
  85.     If Alter Pan has been used, the pan start point will be reset.
  86. March 07, 1987
  87.